Skip to content

[common] Support unescaped characters in blob file paths - #8931

Merged
JingsongLi merged 1 commit into
apache:masterfrom
LsomeYeah:codex/blob-uri-space-e2e
Jul 30, 2026
Merged

[common] Support unescaped characters in blob file paths#8931
JingsongLi merged 1 commit into
apache:masterfrom
LsomeYeah:codex/blob-uri-space-e2e

Conversation

@LsomeYeah

@LsomeYeah LsomeYeah commented Jul 30, 2026

Copy link
Copy Markdown
Contributor

Purpose

Support filesystem BlobDescriptor paths containing unescaped characters such as spaces. When standard URI parsing fails, use Paimon Path for non-HTTP paths while keeping HTTP validation strict.

This fixes path_to_descriptor('oss://.../一二三四 (2).jpg') failing before FileIO is selected.

Tests

  • UriReaderFactoryTest
  • BlobTableITCase#testWriteBlobWithUnicodeAndSpaceInPath
  • BlobTableITCase#testReadDescriptorBlobWithUnicodeAndSpaceInPath

@JingsongLi

Copy link
Copy Markdown
Contributor

+1

@JingsongLi
JingsongLi merged commit 4adce1d into apache:master Jul 30, 2026
13 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants